home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SKILLS.dir / 00007_Script_SK HOME dk script < prev    next >
Text File  |  2001-09-05  |  549b  |  20 lines

  1. on mouseUp
  2.   global oldi,gClockOn
  3.   
  4.   set gClockOn = false
  5.   set oldi = 0
  6.   repeat with i = 3 to 26
  7.     if the puppet of Sprite i = true then puppetSprite i, false
  8.     if the visible of sprite i = false then set the visible of sprite i = true
  9.   end repeat
  10.   repeat with i = 29 to 32
  11.     puppetSprite i, false
  12.   end repeat
  13.   puppetSprite 34,false
  14.   puppetSprite 39,false
  15.   
  16.   if the frameLabel <> "skillsStay" and the frameLabel <> "skills" then
  17.     go frame "skillsStay"
  18.   else goMain --go to movie the pathName & "Main.dir"
  19. end
  20.